Image Invisible Picture Watermark
curl --request POST \
--url https://www.ailabapi.com/api/image/editing/image-invisible-image-watermark \
--header 'Content-Type: multipart/form-data' \
--header 'ailabapi-api-key: <api-key>' \
--form 'function_type=<string>' \
--form origin_image='@example-file' \
--form logo='@example-file' \
--form 'output_file_type=<string>' \
--form watermark_image='@example-file' \
--form 'quality_factor=<string>'
{
"request_id": "",
"log_id": "",
"error_code": 0,
"error_code_str": "",
"error_msg": "",
"error_detail": {
"status_code": 200,
"code": "",
"code_message": "",
"message": ""
},
"data": {
"watermark_image_url": "",
"logo_url": ""
}
}